-
Notifications
You must be signed in to change notification settings - Fork 29
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
Flashlight CLI crashes locally using Android 10 device with release app #307
Comments
@Almouro would you be able to take a look 🙏 ? |
Hi @anton-patrushev, that's quite weird! The error seems to be coming from here in the Android source code
What's your device model and Android version? |
it's a pretty old and custom one 😅 Model: Xiaomi Redmi Note 5 But it has a custom OS since I reset MIUI and re-install a Pixel-like OS on this device 😅 Does it make sense to try to connect this device to the Android Studio profiler and see if it's a device-specific issue or a Flashlight edge case? cc: @Almouro |
Hmm the fact that it's custom might be why indeed 🤔 We only use I'm guessing running a trace with Perfetto would fail as well |
I just followed
README
and downloaded[email protected]
I tried to run
flashlight measure
and it successfully launched the local web app on thelocalhost:3000
I also can successfully fetch the
Auto Detect
app bundle id.But as soon as I press on
Start Measuring
— it fails in the CLI and shows an alert:Here is my CLI log:
And this is a pretty generic alert I see in the web app
I found one similar issue in this repo, but I think:
Release
app.Here is the issue link: #103
I tried a few suggestions from that issue, and here is my results:
The text was updated successfully, but these errors were encountered: