Loading services/profcollect/src/com/android/server/profcollect/ProfcollectForwardingService.java +6 −5 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ public final class ProfcollectForwardingService extends SystemService { try { mIProfcollect.registerProviderStatusCallback(mProviderStatusCallback); } catch (RemoteException e) { Log.e(LOG_TAG, e.getMessage()); Log.e(LOG_TAG, "Failed to register provider status callback: " + e.getMessage()); } } Loading @@ -123,7 +123,7 @@ public final class ProfcollectForwardingService extends SystemService { try { return !mIProfcollect.get_supported_provider().isEmpty(); } catch (RemoteException e) { Log.e(LOG_TAG, e.getMessage()); Log.e(LOG_TAG, "Failed to get supported provider: " + e.getMessage()); return false; } } Loading Loading @@ -219,7 +219,8 @@ public final class ProfcollectForwardingService extends SystemService { try { sSelfService.mIProfcollect.process(); } catch (RemoteException e) { Log.e(LOG_TAG, e.getMessage()); Log.e(LOG_TAG, "Failed to process profiles in background: " + e.getMessage()); } }); return true; Loading Loading @@ -264,7 +265,7 @@ public final class ProfcollectForwardingService extends SystemService { try { mIProfcollect.trace_once("applaunch"); } catch (RemoteException e) { Log.e(LOG_TAG, e.getMessage()); Log.e(LOG_TAG, "Failed to initiate trace: " + e.getMessage()); } }); } Loading Loading @@ -348,7 +349,7 @@ public final class ProfcollectForwardingService extends SystemService { .putExtra("filename", reportName); context.sendBroadcast(intent); } catch (RemoteException e) { Log.e(LOG_TAG, e.getMessage()); Log.e(LOG_TAG, "Failed to upload report: " + e.getMessage()); } }); } Loading Loading
services/profcollect/src/com/android/server/profcollect/ProfcollectForwardingService.java +6 −5 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ public final class ProfcollectForwardingService extends SystemService { try { mIProfcollect.registerProviderStatusCallback(mProviderStatusCallback); } catch (RemoteException e) { Log.e(LOG_TAG, e.getMessage()); Log.e(LOG_TAG, "Failed to register provider status callback: " + e.getMessage()); } } Loading @@ -123,7 +123,7 @@ public final class ProfcollectForwardingService extends SystemService { try { return !mIProfcollect.get_supported_provider().isEmpty(); } catch (RemoteException e) { Log.e(LOG_TAG, e.getMessage()); Log.e(LOG_TAG, "Failed to get supported provider: " + e.getMessage()); return false; } } Loading Loading @@ -219,7 +219,8 @@ public final class ProfcollectForwardingService extends SystemService { try { sSelfService.mIProfcollect.process(); } catch (RemoteException e) { Log.e(LOG_TAG, e.getMessage()); Log.e(LOG_TAG, "Failed to process profiles in background: " + e.getMessage()); } }); return true; Loading Loading @@ -264,7 +265,7 @@ public final class ProfcollectForwardingService extends SystemService { try { mIProfcollect.trace_once("applaunch"); } catch (RemoteException e) { Log.e(LOG_TAG, e.getMessage()); Log.e(LOG_TAG, "Failed to initiate trace: " + e.getMessage()); } }); } Loading Loading @@ -348,7 +349,7 @@ public final class ProfcollectForwardingService extends SystemService { .putExtra("filename", reportName); context.sendBroadcast(intent); } catch (RemoteException e) { Log.e(LOG_TAG, e.getMessage()); Log.e(LOG_TAG, "Failed to upload report: " + e.getMessage()); } }); } Loading