Assigned
Status Update
Comments
vi...@google.com <vi...@google.com> #2
I see same issue and have been debugging it.
NOTE: It DOES NOT happen if not using support package, but use android level 14/15 library. I believe Honeycomb works well too.
My current workaround is to provide my own DialogFragment.show() method, like below:
public int show(FragmentTransaction transaction, String tag) {
return show(transaction, tag, false);
}
public int show(FragmentTransaction transaction, String tag, boolean allowStateLoss) {
transaction.add(this, tag);
mRemoved = false;
mBackStackId = allowStateLoss ? transaction.commitAllowingStateLoss() : transaction.commit();
return mBackStackId;
}
NOTE: It DOES NOT happen if not using support package, but use android level 14/15 library. I believe Honeycomb works well too.
My current workaround is to provide my own DialogFragment.show() method, like below:
public int show(FragmentTransaction transaction, String tag) {
return show(transaction, tag, false);
}
public int show(FragmentTransaction transaction, String tag, boolean allowStateLoss) {
transaction.add(this, tag);
mRemoved = false;
mBackStackId = allowStateLoss ? transaction.commitAllowingStateLoss() : transaction.commit();
return mBackStackId;
}
ng...@google.com <ng...@google.com> #3
[Comment deleted]
wa...@longcheer.corp-partner.google.com <wa...@longcheer.corp-partner.google.com> #4
Comment has been deleted.
wa...@longcheer.corp-partner.google.com <wa...@longcheer.corp-partner.google.com> #5
I have this problem too.
As a workaround I use a boolean in the onActivityResult to mark the desired dialog and show the dialog in the onResume.
As a workaround I use a boolean in the onActivityResult to mark the desired dialog and show the dialog in the onResume.
wa...@longcheer.corp-partner.google.com <wa...@longcheer.corp-partner.google.com> #7
This is definitely not a bug. There are times when onActivityResult() can be called before the Activity has restored its saved state... committing fragment transactions in these situations will simply not be remembered as a result (see this blog post: http://www.androiddesignpatterns.com/2013/08/fragment-transaction-commit-state-loss.html ).
Try moving your commits into "onPostResume()" instead as described here:http://stackoverflow.com/questions/16265733/failure-delivering-result-onactivityforresult/18345899#18345899
Try moving your commits into "onPostResume()" instead as described here:
wa...@longcheer.corp-partner.google.com <wa...@longcheer.corp-partner.google.com> #8
Adding a "super.onActivityResult(requestCode, resultCode, data)" call at the beginning of the method seems to fix the problem. I'm surprised than almost nobody came up with such a simple solution.
wa...@longcheer.corp-partner.google.com <wa...@longcheer.corp-partner.google.com> #9
Dear alockw...@google.com,
Let's say we have an application where we need to select a picture from gallery, and then when we come back to onActivityResult(), we need to show a DialogFragment asking the user if he really wants to send the file.
How do you propose we can implement this with the current API?
Thank you,
Sabin
Let's say we have an application where we need to select a picture from gallery, and then when we come back to onActivityResult(), we need to show a DialogFragment asking the user if he really wants to send the file.
How do you propose we can implement this with the current API?
Thank you,
Sabin
Description
My app always crashes after being left for a few hours ,we see the log it show :Abort message: 'Failed to find Dex offset for PC offset 0x38(PC 0x768f703f78, entry_point=0x768f703f40 current entry_point=0x774b802260) in com.ss.android.ugc.aweme.framework.services.DowngradeImplManager com.ss.android.ugc.aweme.framework.services.DowngradeImplManager.getInstance()'
The crash stack is as follows:
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
06-27 02:37:44.029 10130 7052 7052 F DEBUG : Build fingerprint: 'XREAL/X4000/X4000:14/UKQ1.231222.001/X4000_X109_240618_PRC:user/release-keys'
06-27 02:37:44.029 10130 7052 7052 F DEBUG : Revision: '0'
06-27 02:37:44.029 10130 7052 7052 F DEBUG : ABI: 'arm64'
06-27 02:37:44.029 10130 7052 7052 F DEBUG : Timestamp: 2024-06-27 02:37:42.730532071-0400
06-27 02:37:44.029 10130 7052 7052 F DEBUG : Process uptime: 3s
06-27 02:37:44.029 10130 7052 7052 F DEBUG : Cmdline: com.ss.android.ugc.aweme
06-27 02:37:44.029 10130 7052 7052 F DEBUG : pid: 7021, tid: 7021, name: droid.ugc.aweme >>> com.ss.android.ugc.aweme <<<
06-27 02:37:44.029 10130 7052 7052 F DEBUG : uid: 10130
06-27 02:37:44.029 10130 7052 7052 F DEBUG : tagged_addr_ctrl: 0000000000000001 (PR_TAGGED_ADDR_ENABLE)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
06-27 02:37:44.029 10130 7052 7052 F DEBUG : Abort message: 'Failed to find Dex offset for PC offset 0x38(PC 0x768bb21f78, entry_point=0x768bb21f40 current entry_point=0x774b802260) in com.ss.android.ugc.aweme.framework.services.DowngradeImplManager com.ss.android.ugc.aweme.framework.services.DowngradeImplManager.getInstance()'
06-27 02:37:44.029 10130 7052 7052 F DEBUG : x0 0000000000000000 x1 0000000000001b6d x2 0000000000000006 x3 0000007fe17f8730
06-27 02:37:44.029 10130 7052 7052 F DEBUG : x4 0000000000001000 x5 0000000000001000 x6 0000000000001000 x7 7f7f7f7f7f7f7f7f
06-27 02:37:44.029 10130 7052 7052 F DEBUG : x8 00000000000000f0 x9 0000007a4f6d21b8 x10 0000000000000001 x11 0000007a4f71a924
06-27 02:37:44.029 10130 7052 7052 F DEBUG : x12 000000000000e44c x13 0000000000005fec x14 000000789fba8900 x15 0000000000000002
06-27 02:37:44.029 10130 7052 7052 F DEBUG : x16 0000007a4f782d18 x17 0000007a4f75e3b0 x18 0000007a709f8000 x19 0000000000001b6d
06-27 02:37:44.029 10130 7052 7052 F DEBUG : x20 0000000000001b6d x21 00000000ffffffff x22 000000774b686646 x23 000000774b697184
06-27 02:37:44.029 10130 7052 7052 F DEBUG : x24 000000774b6a3e3a x25 000000774b6846d4 x26 000000005a000000 x27 0000000001400400
06-27 02:37:44.029 10130 7052 7052 F DEBUG : x28 00000075c01e4f20 x29 0000007fe17f87b0
06-27 02:37:44.029 10130 7052 7052 F DEBUG : lr 0000007a4f70b624 sp 0000007fe17f8710 pc 0000007a4f70b650 pst 0000000000001000
06-27 02:37:44.029 10130 7052 7052 F DEBUG : 59 total frames
06-27 02:37:44.029 10130 7052 7052 F DEBUG : backtrace:
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #00 pc 000000000005b650 /apex/com.android.runtime/lib64/bionic/libc.so (abort+168) (BuildId: 50118287324a156bc7be11d3d940c7be)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #01 pc 0000000000630a7c /apex/com.android.art/lib64/libart.so (art::Runtime::Abort(char const*)+1476) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #02 pc 00000000000193c8 /apex/com.android.art/lib64/libbase.so (android::base::SetAborter(std::__1::function<void (char const*)>&&)::$_0::__invoke(char const*)+84) (BuildId: 9a988d17d758075a325528226085af86)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #03 pc 00000000000188dc /apex/com.android.art/lib64/libbase.so (android::base::LogMessage::~LogMessage()+356) (BuildId: 9a988d17d758075a325528226085af86)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #04 pc 000000000066503c /apex/com.android.art/lib64/libart.so (art::StackVisitor::GetDexPc(bool) const+752) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #05 pc 0000000000698048 /apex/com.android.art/lib64/libart.so (void art::StackVisitor::WalkStack<(art::StackVisitor::CountTransitions)0, art::Thread::GetCurrentMethod(unsigned int*, bool, bool) const::$_0>(art::Thread::GetCurrentMethod(unsigned int*, bool, bool) const::$_0 const&, art::Thread*, art::Context*, art::StackVisitor::StackWalkKind, bool, bool)::LambdaStackVisitor::VisitFrame() (.__uniq.112444171608964125319761912539055931073.3394106dfa8b3a789880d5db8b95697d)+56) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #06 pc 0000000000662eb0 /apex/com.android.art/lib64/libart.so (void art::StackVisitor::WalkStack<(art::StackVisitor::CountTransitions)0>(bool)+472) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #07 pc 0000000000685e2c /apex/com.android.art/lib64/libart.so (art::Thread::DumpStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, unwindstack::AndroidLocalUnwinder&, bool, bool) const+308) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #08 pc 00000000006a4444 /apex/com.android.art/lib64/libart.so (art::DumpCheckpoint::Run(art::Thread*)+920) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #09 pc 000000000069e5a4 /apex/com.android.art/lib64/libart.so (art::ThreadList::RunCheckpoint(art::Closure*, art::Closure*)+1008) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #10 pc 000000000069d5c0 /apex/com.android.art/lib64/libart.so (art::ThreadList::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, bool)+1420) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #11 pc 0000000000647cc4 /apex/com.android.art/lib64/libart.so (art::AbortState::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+232) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #12 pc 0000000000630ac0 /apex/com.android.art/lib64/libart.so (art::Runtime::Abort(char const*)+1544) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #13 pc 00000000000193c8 /apex/com.android.art/lib64/libbase.so (android::base::SetAborter(std::__1::function<void (char const*)>&&)::$_0::__invoke(char const*)+84) (BuildId: 9a988d17d758075a325528226085af86)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #14 pc 00000000000188dc /apex/com.android.art/lib64/libbase.so (android::base::LogMessage::~LogMessage()+356) (BuildId: 9a988d17d758075a325528226085af86)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #15 pc 00000000005c5a94 /apex/com.android.art/lib64/libart.so (art::OatQuickMethodHeader::ToDexPc(art::ArtMethod**, unsigned long, bool) const+628) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #16 pc 00000000006fb044 /apex/com.android.art/lib64/libart.so (art::DoGetCalleeSaveMethodCallerAndDexPc(art::ArtMethod**, art::CalleeSaveType, art::ArtMethod*, unsigned long, unsigned int*, bool) (.__uniq.75830378720932431766250155892197437375)+272) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #17 pc 00000000006fb2fc /apex/com.android.art/lib64/libart.so (art::GetCalleeSaveMethodCallerAndOuterMethod(art::Thread*, art::CalleeSaveType)+316) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #18 pc 0000000000736560 /apex/com.android.art/lib64/libart.so (artResolveTypeFromCode+36) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #19 pc 00000000002118ec /apex/com.android.art/lib64/libart.so (art_quick_resolve_type+156) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #20 pc 000000004d2c4f74 /data/app/~~cASgFRjzfKKlaMYyrTEGMQ==/com.ss.android.ugc.aweme-UCfR-8jO7DhCLCBqQtnh0g==/oat/arm64/base.odex
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #21 pc 0000000000209418 /apex/com.android.art/lib64/libart.so (nterp_helper+152) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #22 pc 0000000005787b30 /data/app/~~cASgFRjzfKKlaMYyrTEGMQ==/com.ss.android.ugc.aweme-UCfR-8jO7DhCLCBqQtnh0g==/oat/arm64/base.vdex (com.ss.android.ugc.MonsterSingleTon.getServiceFromMap+0)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #23 pc 000000001c2d2e04 /data/app/~~cASgFRjzfKKlaMYyrTEGMQ==/com.ss.android.ugc.aweme-UCfR-8jO7DhCLCBqQtnh0g==/oat/arm64/base.odex (com.ss.android.ugc.aweme.legoImp.configservice.NetworkUtilsConfigServiceImpl.LIZ+68)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #24 pc 0000000000209418 /apex/com.android.art/lib64/libart.so (nterp_helper+152) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #25 pc 000000000ccd6054 /data/app/~~cASgFRjzfKKlaMYyrTEGMQ==/com.ss.android.ugc.aweme-UCfR-8jO7DhCLCBqQtnh0g==/oat/arm64/base.vdex (com.ss.android.common.util.NetworkUtils.<clinit>+80)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #26 pc 0000000000210c80 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+640) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #27 pc 00000000002546d4 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #28 pc 0000000000287168 /apex/com.android.art/lib64/libart.so (art::ClassLinker::InitializeClass(art::Thread*, art::Handle<art::mirror::Class>, bool, bool)+3004) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #29 pc 00000000002663b8 /apex/com.android.art/lib64/libart.so (art::ClassLinker::EnsureInitialized(art::Thread*, art::Handle<art::mirror::Class>, bool, bool)+164) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #30 pc 00000000007364f0 /apex/com.android.art/lib64/libart.so (artInitializeStaticStorageFromCode+100) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #31 pc 00000000002116fc /apex/com.android.art/lib64/libart.so (art_quick_initialize_static_storage+156) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #32 pc 0000000044a85cf0 /data/app/~~cASgFRjzfKKlaMYyrTEGMQ==/com.ss.android.ugc.aweme-UCfR-8jO7DhCLCBqQtnh0g==/oat/arm64/base.odex (X.0wZL.LIZ+1120)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #33 pc 0000000044e97da8 /data/app/~~cASgFRjzfKKlaMYyrTEGMQ==/com.ss.android.ugc.aweme-UCfR-8jO7DhCLCBqQtnh0g==/oat/arm64/base.odex (com.ss.android.ugc.aweme.app.host.AwemeHostApplication.attachBaseContext+408)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #34 pc 0000000000232518 /system/framework/arm64/boot-framework.oat (android.app.Instrumentation.newApplication+152) (BuildId: eefed4e2a9769f1e5fafe4b2478c737872e4227f)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #35 pc 00000000002394e4 /system/framework/arm64/boot-framework.oat (android.app.LoadedApk.makeApplicationInner+1636) (BuildId: eefed4e2a9769f1e5fafe4b2478c737872e4227f)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #36 pc 000000000023d620 /system/framework/arm64/boot-framework.oat (android.app.LoadedApk.makeApplicationInner+48) (BuildId: eefed4e2a9769f1e5fafe4b2478c737872e4227f)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #37 pc 00000000002ee468 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.handleBindApplication+3768) (BuildId: eefed4e2a9769f1e5fafe4b2478c737872e4227f)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #38 pc 00000000002e38d4 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread$H.handleMessage+7716) (BuildId: eefed4e2a9769f1e5fafe4b2478c737872e4227f)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #39 pc 000000000052ba48 /system/framework/arm64/boot-framework.oat (android.os.Handler.dispatchMessage+152) (BuildId: eefed4e2a9769f1e5fafe4b2478c737872e4227f)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #40 pc 000000000052e9e4 /system/framework/arm64/boot-framework.oat (android.os.Looper.loopOnce+980) (BuildId: eefed4e2a9769f1e5fafe4b2478c737872e4227f)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #41 pc 000000000052e590 /system/framework/arm64/boot-framework.oat (android.os.Looper.loop+528) (BuildId: eefed4e2a9769f1e5fafe4b2478c737872e4227f)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #42 pc 00000000002f7668 /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.main+1560) (BuildId: eefed4e2a9769f1e5fafe4b2478c737872e4227f)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #43 pc 0000000000210c80 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+640) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #44 pc 00000000002546d4 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #45 pc 0000000000627814 /apex/com.android.art/lib64/libart.so (_jobject* art::InvokeMethod<(art::PointerSize)8>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1572) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #46 pc 000000000059f7f4 /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*) (.__uniq.165753521025965369065708152063621506277)+36) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #47 pc 00000000000a0ed8 /system/framework/arm64/boot.oat (art_jni_trampoline+120) (BuildId: 8fd12a6a25124923d2931ecda8c6c04a002d5245)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #48 pc 00000000006d6db4 /system/framework/arm64/boot-framework.oat (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+116) (BuildId: eefed4e2a9769f1e5fafe4b2478c737872e4227f)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #49 pc 00000000006e00a4 /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteInit.main+3028) (BuildId: eefed4e2a9769f1e5fafe4b2478c737872e4227f)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #50 pc 0000000000210c80 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+640) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #51 pc 00000000002546d4 /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+228) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #52 pc 0000000000627fec /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<art::ArtMethod*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, std::__va_list)+412) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.029 10130 7052 7052 F DEBUG : #53 pc 0000000000628518 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<_jmethodID*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+84) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.030 10130 7052 7052 F DEBUG : #54 pc 00000000004f9d58 /apex/com.android.art/lib64/libart.so (art::JNI<true>::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+600) (BuildId: a836eb969a6f1fd6eded1a643d480497)
06-27 02:37:44.030 10130 7052 7052 F DEBUG : #55 pc 00000000000debe8 /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+108) (BuildId: fb25a1282a5f8e6088adec57d6bdecb5)
06-27 02:37:44.030 10130 7052 7052 F DEBUG : #56 pc 00000000000eb8cc /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+844) (BuildId: fb25a1282a5f8e6088adec57d6bdecb5)
06-27 02:37:44.030 10130 7052 7052 F DEBUG : #57 pc 00000000000026a8 /system/bin/app_process64 (main+1616) (BuildId: 828240d902a48fb3b61a346b1dd9904c)
06-27 02:37:44.030 10130 7052 7052 F DEBUG : #58 pc 0000000000053e48 /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+108) (BuildId: 50118287324a156bc7be11d3d940c7be)
06-27 02:38:32.806 10130 7679 7679 F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 7679 (droid.ugc.aweme), pid 7679 (droid.ugc.aweme)
Steps to reproduce the problem:
1. Install the com.ss.android.ugc.aweme apk
2. open the app
3. Turn off the screen and leave it for a few hours , when opening the app, it will exit