(Context ctx)
| 505 | } |
| 506 | |
| 507 | public static void logRemoteCallClient(Context ctx) { |
| 508 | if (isEnabled()) { |
| 509 | try { |
| 510 | logRemoteCallClient(ctx, "default"); |
| 511 | } catch (Exception e) { |
| 512 | errorHandler(e); |
| 513 | } |
| 514 | } |
| 515 | } |
| 516 | |
| 517 | public static void logRemoteCallClient(Context ctx, String domain) { |
| 518 | if (isEnabled()) { |
no test coverage detected