Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RequestStoragePermissionActivity infinite loop #424

Closed
PatrickDattilio opened this issue Feb 17, 2016 · 2 comments
Closed

RequestStoragePermissionActivity infinite loop #424

PatrickDattilio opened this issue Feb 17, 2016 · 2 comments

Comments

@PatrickDattilio
Copy link

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

@PatrickDattilio PatrickDattilio changed the title RequestStoragePermissionActivityinfinite loop RequestStoragePermissionActivity infinite loop Feb 17, 2016
@dbarwacz
Copy link

dbarwacz commented Mar 7, 2016

duplicate of #422

@pyricau
Copy link
Member

pyricau commented Mar 20, 2016

Yep, duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants