mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
This enables `background_hang_monitor` to work on Android. Relevant Zulip thread: [#general > Android stack walking questions @ 💬](https://servo.zulipchat.com/#narrow/channel/263398-general/topic/Android.20stack.20walking.20questions/near/526369883) Testing: Manually tested on a Pixel 6a with Android 16 with following page: ```html <!DOCTYPE html> <html> <head> <title>Infinite Loop Test</title> </head> <body> Will it print? That is the question. </body> <script> console.log("hello. you're about to loop infinitely."); while (true) { //do nothing, just block the thread } </script> </html> ``` Fixes: #23136 --------- Signed-off-by: CarePackage17 <5157010+CarePackage17@users.noreply.github.com> |
||
---|---|---|
.. | ||
tests | ||
background_hang_monitor.rs | ||
Cargo.toml | ||
lib.rs | ||
sampler.rs | ||
sampler_linux.rs | ||
sampler_mac.rs | ||
sampler_windows.rs |