Status Update
Comments
su...@google.com <su...@google.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Could you please explain your concern a bit more in detail.
What is the expected output ?
Please provide sample project or apk to reproduce the issue. Also mention the steps to be followed for reproducing the issue with the given sample project or apk.
Android build
Which Android build are you using? (e.g. PPP5.180610.010)
Device used -- Device Make, Model, Android OS Version
Which device did you use to reproduce this issue?
Android bug report (to be captured after reproducing the issue) For steps to capture a bug report, please refer:
Note: Please avoid uploading directly to the issue using attachments. Please upload to google drive and share the folder to
kg...@jeniusbank.com <kg...@jeniusbank.com> #3
Device :- Google 6 pro
Android OS:- 13
Steps :- We have integrated Mitek with our application to click picture , while using camera -> rotated screen several times -> gone back -> again open camera -> rotated screen -> continued this process -> crash happened.Let me know if need more detail on that
su...@google.com <su...@google.com> #5
Please provide the requested information to proceed further. Unfortunately the issue will be closed within 7 days if there is no further update.
su...@google.com <su...@google.com> #6
We are closing this issue since we didn't receive a response. If you are still facing this problem, please open a new issue and add the relevant information along with reference to this issue.
Description
#00 pc 0x4f65c libc.so (syscall + 28)
#01 pc 0x53f40 libc.so (__futex_wait_ex(void volatile*, bool, int, bool, timespec const*) + 144)
#02 pc 0xc1598 libc.so (pthread_cond_wait + 72)
#03 pc 0x6ab04 libc++.so (std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 20)
#04 pc 0x6aa30 libc++.so (std::__1::__assoc_sub_state::copy() + 80)
#05 pc 0x6a9a8 libc++.so (std::__1::future<void>::get() + 24)
#06 pc 0x24e538 libhwui.so (decltype(fp()) android::uirenderer::WorkQueue::runSync<android::uirenderer::renderthread::RenderProxy::setName(char const*)::$_4>(android::uirenderer::renderthread::RenderProxy::setName(char const*)::$_4&&) (.__uniq.110435125376433984577876079601927332169.llvm.16516356388064694350) + 120)
#07 pc 0x235e58 libhwui.so (android::android_view_ThreadedRenderer_setName(_JNIEnv*, _jobject*, long, _jstring*) (.__uniq.98142604362848954914070330402921370559) + 88)
at android.graphics.HardwareRenderer.nSetName(Native method)
at android.graphics.HardwareRenderer.setName(HardwareRenderer.java:206)
at android.view.ThreadedRenderer.<init>(ThreadedRenderer.java:337)
at android.view.ThreadedRenderer.create(ThreadedRenderer.java:234)
at android.view.ViewRootImpl.enableHardwareAcceleration(ViewRootImpl.java:1593)
at android.view.ViewRootImpl.setView(ViewRootImpl.java:1182)
at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:405)
at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:148)
at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:4859)
at android.app.servertransaction.ResumeActivityItem.execute(ResumeActivityItem.java:54)
at android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:45)
at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:176)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:97)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2307)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:7872)
at java.lang.reflect.Method.invoke(Native method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)