Bug 1855527 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Hi Emilio, thank you for looking! To run these locally, you need to build Android and then you run these as usual, the flag `--disable-fission` disables Fission (the tests run with Fission by default). To see the logcat, if you don't have Android Studio, open a separate terminal window and run `adb logcat` - it will start printing the logcat from the emulator. To have MOZLOG in the logcat, add `CreateOrGetModule("modulename")->SetLevel(LogLevel::Verbose);` to [this spot](https://searchfox.org/mozilla-central/source/xpcom/base/Logging.cpp#415). As for `MozWalkTheStack(stderr)` - I'm not sure if that will work, I never heard of it before. I would try that.
Hi Emilio, thank you for looking! To run these locally, you need to build Android and then you run these as usual, the flag `--disable-fission` disables Fission (the tests run with Fission by default). To see the logcat, if you don't have Android Studio, open a separate terminal window and run `adb logcat` - it will start printing the logcat from the emulator. To have MOZLOG in the logcat, add `CreateOrGetModule("modulename")->SetLevel(LogLevel::Verbose);` to [this spot](https://searchfox.org/mozilla-central/source/xpcom/base/Logging.cpp#415). As for `MozWalkTheStack(stderr)` - I'm not sure if that will work, I never heard of it before. Seems worth trying.

Back to Bug 1855527 Comment 3