Would you know how do I run Chrome on an Android device with some custom flags?
I tried the instructions at
https://www.chromium.org/developers/how-tos/run-chromium-with-flags but it didn't work. Are they outdated?
To be more explicit I wanted to run chrome on my android with `--js-flags"--expose-gc --allow-natives-syntax --trace-deopt --trace-opt"`, for example.