Loading packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsDialogLite.java +3 −0 Original line number Diff line number Diff line Loading @@ -1054,6 +1054,7 @@ public class GlobalActionsDialogLite implements DialogInterface.OnDismissListene return; } Trace.instantForTrack(Trace.TRACE_TAG_APP, "bugreport", "BugReportAction#onPress"); Log.d(TAG, "BugReportAction#onPress"); // Add a little delay before executing, to give the // dialog a chance to go away before it takes a // screenshot. Loading @@ -1069,6 +1070,7 @@ public class GlobalActionsDialogLite implements DialogInterface.OnDismissListene Log.w(TAG, "Bugreport handler could not be launched"); Trace.instantForTrack(Trace.TRACE_TAG_APP, "bugreport", "BugReportAction#requestingInteractiveBugReport"); Log.d(TAG, "BugReportAction#requestingInteractiveBugReport"); mIActivityManager.requestInteractiveBugReport(); } } catch (RemoteException e) { Loading @@ -1090,6 +1092,7 @@ public class GlobalActionsDialogLite implements DialogInterface.OnDismissListene mUiEventLogger.log(GlobalActionsEvent.GA_BUGREPORT_LONG_PRESS); Trace.instantForTrack(Trace.TRACE_TAG_APP, "bugreport", "BugReportAction#requestingFullBugReport"); Log.d(TAG, "BugReportAction#requestingFullBugReport"); mIActivityManager.requestFullBugReport(); } catch (RemoteException e) { } Loading Loading
packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsDialogLite.java +3 −0 Original line number Diff line number Diff line Loading @@ -1054,6 +1054,7 @@ public class GlobalActionsDialogLite implements DialogInterface.OnDismissListene return; } Trace.instantForTrack(Trace.TRACE_TAG_APP, "bugreport", "BugReportAction#onPress"); Log.d(TAG, "BugReportAction#onPress"); // Add a little delay before executing, to give the // dialog a chance to go away before it takes a // screenshot. Loading @@ -1069,6 +1070,7 @@ public class GlobalActionsDialogLite implements DialogInterface.OnDismissListene Log.w(TAG, "Bugreport handler could not be launched"); Trace.instantForTrack(Trace.TRACE_TAG_APP, "bugreport", "BugReportAction#requestingInteractiveBugReport"); Log.d(TAG, "BugReportAction#requestingInteractiveBugReport"); mIActivityManager.requestInteractiveBugReport(); } } catch (RemoteException e) { Loading @@ -1090,6 +1092,7 @@ public class GlobalActionsDialogLite implements DialogInterface.OnDismissListene mUiEventLogger.log(GlobalActionsEvent.GA_BUGREPORT_LONG_PRESS); Trace.instantForTrack(Trace.TRACE_TAG_APP, "bugreport", "BugReportAction#requestingFullBugReport"); Log.d(TAG, "BugReportAction#requestingFullBugReport"); mIActivityManager.requestFullBugReport(); } catch (RemoteException e) { } Loading