ANR when calling ShortcutManagerCompat.isRequestPinShortcutSupported
Categories
(Firefox for Android :: Toolbar, defect)
Tracking
()
People
(Reporter: mcarare, Unassigned)
References
Details
"main" tid=1 Native
#00 pc 0x00000000000e86ac /apex/com.android.runtime/lib64/bionic/libc.so (__ioctl+12)
#01 pc 0x000000000009f574 /apex/com.android.runtime/lib64/bionic/libc.so (ioctl+160)
#02 pc 0x00000000000663ec /system/lib64/libbinder.so (android::IPCThreadState::talkWithDriver+284)
#03 pc 0x00000000000677d4 /system/lib64/libbinder.so (android::IPCThreadState::waitForResponse+64)
#04 pc 0x0000000000067504 /system/lib64/libbinder.so (android::IPCThreadState::transact+224)
#05 pc 0x000000000007f800 /system/lib64/libbinder.so (android::BpBinder::transact+236)
#06 pc 0x00000000001aad94 /system/lib64/libandroid_runtime.so (android_os_BinderProxy_transact+156)
at android.os.BinderProxy.transactNative (Native method)
at android.os.BinderProxy.transact (BinderProxy.java:639)
at android.content.pm.IShortcutService$Stub$Proxy.isRequestPinItemSupported (IShortcutService.java:927)
at android.content.pm.ShortcutManager.isRequestPinShortcutSupported (ShortcutManager.java:545)
at androidx.core.content.pm.ShortcutManagerCompat.isRequestPinShortcutSupported (ShortcutManagerCompat.java:154)
at mozilla.components.feature.pwa.WebAppUseCases.isPinningSupported (WebAppUseCases.java:25)
at org.mozilla.fenix.components.toolbar.BrowserToolbarView.<init> (BrowserToolbarView.kt:119)
at org.mozilla.fenix.browser.BaseBrowserFragment.initializeUI$app_fenixNightly (BaseBrowserFragment.kt:548)
at org.mozilla.fenix.browser.BrowserFragment.initializeUI$app_fenixNightly (BrowserFragment.kt:92)
at org.mozilla.fenix.browser.BaseBrowserFragment.initializeUI (BaseBrowserFragment.kt:464)
at org.mozilla.fenix.browser.BaseBrowserFragment.onViewCreated (BaseBrowserFragment.kt:428)
| Reporter | ||
Updated•1 year ago
|
Comment 1•1 year ago
|
||
Not enough context/information here to determine perf impact. If desired please re-request perf impact evaluation with some more information around the context in which this issue occurs for a user.
Comment 2•1 year ago
|
||
The severity field is not set for this bug.
:towhite, could you have a look please?
For more information, please visit BugBot documentation.
Comment 3•1 year ago
|
||
Hey Mihai, was this an ANR that you experienced or pulled from somewhere else? Do we have an idea how often this happens to be able to better triage it?
| Reporter | ||
Comment 4•1 year ago
|
||
This was the top actionable ANR for Focus at the time it was filled, so I checked the "app quality insights" for Fenix as well. It was there, but there were not as many events as there were for Focus.
It may be one of the few actionable ANRs, but I suppose it is not a top priority for Fenix if there are not as many events at the moment.
Comment 5•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox for Android::Toolbar' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 6•1 year ago
|
||
The severity field is not set for this bug.
:royang, could you have a look please?
For more information, please visit BugBot documentation.
Updated•1 year ago
|
Description
•