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

100% FC at start in version 6.0.0 on android 6.0.1 #27

Closed
NotesOfReality opened this issue Jun 2, 2022 · 4 comments
Closed

100% FC at start in version 6.0.0 on android 6.0.1 #27

NotesOfReality opened this issue Jun 2, 2022 · 4 comments

Comments

@NotesOfReality
Copy link

NotesOfReality commented Jun 2, 2022

The latest version of this app unfortunately forcedly closes as I try to open/launch it on an Android 6.0.1 (armeabi-v7a ABI, 32-bit mode, "MX Q PRO II/4K") device, it's therefore completely unusable , such an issue never occurs with the 5.1.1 version of this app.

Hopefully this logcat allows you to fix this issue if you'd like to.
Unfortunately I'm totally clueless as to why it happens, and (obviously?) I've already cleared the app data and/or cache and uninstalled and reinstalled it without getting any different outcome.
If it could be helpful I'd be willing to run basically any command on this device.

@RikkaW
Copy link
Member

RikkaW commented Jun 3, 2022

Your logcat is incomplete.

Also, tested on emulator API 23, no crash.

@NotesOfReality
Copy link
Author

Sorry for the lacking logcat, if you'd still like to help me hopefully this one isn't, here's a compr. archive with dmesg output and device info just in case a logcat isn't enough.

I've used App Manager's "Log Viewer" with the verbose log level, and I had enabled the "Omit sensitive info" so now that I disabled it the output logcat might be more effectively informative 🤔 .

@haruue
Copy link
Member

haruue commented Jun 3, 2022

You logcat is still incompleted.

06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.view.View.layout(View.java:16641)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.view.ViewGroup.layout(ViewGroup.java:5437)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.widget.FrameLayout.layoutChildren(FrameLayout.java:336)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.widget.FrameLayout.onLayout(FrameLayout.java:273)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.view.View.layout(View.java:16641)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.view.ViewGroup.layout(ViewGroup.java:5437)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1735)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1579)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.widget.LinearLayout.onLayout(LinearLayout.java:1488)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.view.View.layout(View.java:16641)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.view.ViewGroup.layout(ViewGroup.java:5437)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.widget.FrameLayout.layoutChildren(FrameLayout.java:336)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.widget.FrameLayout.onLayout(FrameLayout.java:273)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.view.View.layout(View.java:16641)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.view.ViewGroup.layout(ViewGroup.java:5437)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1735)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1579)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.widget.LinearLayout.onLayout(LinearLayout.java:1488)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.view.View.layout(View.java:16641)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.view.ViewGroup.layout(ViewGroup.java:5437)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.widget.FrameLayout.layoutChildren(FrameLayout.java:336)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.widget.FrameLayout.onLayout(FrameLayout.java:273)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at com.android.internal.policy.PhoneWindow$DecorView.onLayout(PhoneWindow.java:2678)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.view.View.layout(View.java:16641)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.view.ViewGroup.layout(ViewGroup.java:5437)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:2179)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1939)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1115)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:6023)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.view.Choreographer$CallbackRecord.run(Choreographer.java:858)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.view.Choreographer.doCallbacks(Choreographer.java:670)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android.view.Choreographer.doFrame(Choreographer.java:606)
06-03 12:34:42.777 E/AndroidRuntime( 7601): 	at android
06-03 12:34:45.236 I/Process ( 7601): Sending signal. PID: 7601 SIG: 9
06-03 12:34:45.323 I/ActivityManager( 4101): Process moe.haruue.wadb (pid 7601) has died

Please note the Process moe.haruue.wadb (pid 7601) has died in you log. I'd recommend you capture the full log with adb logcat -v threadtime '*:V', find such a line Process moe.haruue.wadb (pid ####) has died , and filter the log with the pid (it was 7601 in this case but it will change every time you launch the app) in it.

Then there will not be many lines of log, and you can check lines one by one to remove any "sensitive info" if you want.

@NotesOfReality
Copy link
Author

NotesOfReality commented Jun 3, 2022

First of all, I tested wadb-v6.0.0.r204.212af1d-release.apk.zip (from #28) and, surprisingly enough, it works flawlessly without any issue, wow.

Here's a hopefully useful filtered logcat nonetheless, with the FC at launch of v.6.0.0.
Here instead is another logcat, with the installation and short testing of wadb-v6.0.0.r204.212af1d-release.apk.zip, just in case.

Thanks for the patience and instructing me how to provide a useful logcat 🙏 ❤️ .

@RikkaW RikkaW closed this as completed in 6ea16a6 Jun 26, 2022
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