You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My app has a leak, I get a notification that I need to enable permissions to view it. Clicking the notification causes the following (seemingly) infinite looping messages in logcat. Nothing is shown on screen, but I'm unable to do anything but hit the home/recent buttons. Trying to open the Leaks app causes the same issues. Opening the Leaks app info takes me to my app's page, where I do not have the option of enabling the permissions leakcanary requires.
My app has a leak, I get a notification that I need to enable permissions to view it. Clicking the notification causes the following (seemingly) infinite looping messages in logcat. Nothing is shown on screen, but I'm unable to do anything but hit the home/recent buttons. Trying to open the Leaks app causes the same issues. Opening the Leaks app info takes me to my app's page, where I do not have the option of enabling the permissions leakcanary requires.
02-17 13:41:03.484 1427-1427/? I/ActivityCallback: Activity.onPause(): com.squareup.leakcanary.internal.RequestStoragePermissionActivity@ced46c6
02-17 13:41:03.508 1025-4450/? W/InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@1f608d4 attribute=null, token = android.os.BinderProxy@a027af
02-17 13:41:03.512 1427-1427/? I/ActivityCallback: Activity.onResume(): com.squareup.leakcanary.internal.RequestStoragePermissionActivity@ced46c6
02-17 13:41:03.516 1025-4448/? I/ActivityManager: START u0 {act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.android.packageinstaller cmp=com.android.packageinstaller/.permission.ui.GrantPermissionsActivity (has extras)} from uid 10477 on display 0
02-17 13:41:03.522 1427-1427/? I/ActivityCallback: Activity.onPause(): com.squareup.leakcanary.internal.RequestStoragePermissionActivity@ced46c6
02-17 13:41:03.543 1025-6784/? W/InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@314de40 attribute=null, token = android.os.BinderProxy@a027af
02-17 13:41:03.548 1427-1427/? I/ActivityCallback: Activity.onResume(): com.squareup.leakcanary.internal.RequestStoragePermissionActivity@ced46c6
The text was updated successfully, but these errors were encountered: