foobar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
in addition to this https://support.mozilla.org/en-US/questions/1263153 | |
my issue was solved by making sure the `about.config` setting | |
`browser.zoom.siteSpecific` is `true` instead of `false`. | |
The latter could happen if you use something akin to | |
https://github.com/pyllyukko/user.js | |
ie. https://github.com/pyllyukko/user.js/issues/374 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
helium level shows as | |
22 Helium_Level PO---K 100 100 025 - 6553700 | |
on PCGNW870 vs PCGNW120 | |
thus needs to be raw16 or raw8, can't do raw24 or raw32 as I get "Syntax error in preset option string" | |
but "raw24/raw32" works but it's same as raw48, wrong value. | |
now it's once again: | |
22 Helium_Level PO---K 100 100 025 - 0 100 100 | |
if you want it to be this: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
any ideas on how to avoid this infinite loop? | |
2024-09-04 09:12:44.513 31906-31906 DailyCheckJobService com.android.updater E onStartJob: DailyCheckJobService 101 | |
2024-09-04 09:12:44.517 1261-5439 vendor.qti....2-service [email protected] I startService() is called for servicecom.android.updater/.UpdateService | |
2024-09-04 09:12:44.519 1261-5439 vendor.qti....2-service [email protected] I unbindService is called for service : com.android.updater/.DailyCheckJobService and for client system | |
2024-09-04 09:12:44.519 1261-5439 vendor.qti....2-service [email protected] I size of service connections for service: com.android.updater/.DailyCheckJobServiceafter removal is 0 | |
2024-09-04 09:12:44.519 1261-5439 vendor.qti....2-service [email protected] I destroyService is called for service : com.android.updater/.DailyCheckJobService | |
2024-09-04 09:12:44.525 31906-31906 Ka com.android.updater |