Open Bug 1706395 Opened 5 years ago Updated 1 year ago

Teach SpiderMonkey printers about `__android_log` functions to support dumping to logcat.

Categories

(Core :: JavaScript Engine, enhancement, P3)

enhancement

Tracking

()

People

(Reporter: mgaudet, Unassigned)

References

(Blocks 1 open bug)

Details

Currently none of our existing dump functionality works on Android, as printing to stderr isn't sufficient on Android: you instead need to use the __android_log family of functions to get messages printed to the Android logcat so they can be retrieved by Android Studio / adb.

It would be nice to teach our printers about that so one could do stencil.dump(), and actually get logcat entries!

Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.