Skip to content

Instantly share code, notes, and snippets.

View Gabboxl's full-sized avatar
💭
swag

Gabriele Gabboxl

💭
swag
View GitHub Profile
@Gabboxl
Gabboxl / logcat.log
Created March 22, 2021 12:38
memfd logcat
--------- beginning of crash
03-22 08:03:59.350 761 770 F libc : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 770 (Jit thread pool), pid 761 (system_server)
03-22 08:03:59.540 850 850 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
03-22 08:03:59.547 850 850 F DEBUG : LineageOS Version: '18.1-20210321-UNOFFICIAL-gprimeltexx'
03-22 08:03:59.547 850 850 F DEBUG : Build fingerprint: 'google/walleye/walleye:8.1.0/OPM1.171019.011/4448085:user/release-keys'
03-22 08:03:59.547 850 850 F DEBUG : Revision: '0'
03-22 08:03:59.547 850 850 F DEBUG : ABI: 'arm'
03-22 08:03:59.549 850 850 F DEBUG : Timestamp: 2021-03-22 08:03:59+0100
03-22 08:03:59.549 850 850 F DEBUG : pid: 761, tid: 770, name: Jit thread pool >>> system_server <<<
03-22 08:03:59.550 850 850 F DEBUG : uid: 1000
@Gabboxl
Gabboxl / logcat.log
Created March 18, 2021 09:50
logcat lshal gnss@1.0 hwbinder
gprimeltexx:/ # lshal
| All binderized services (registered with hwservicemanager)
VINTF R Interface Thread Use Server Clients
FM Y android.frameworks.displayservice@1.0::IDisplayService/default 0/1 386 249
DC,FM Y android.frameworks.schedulerservice@1.0::ISchedulingPolicyService/default 0/4 778 249
DC,FM Y android.frameworks.sensorservice@1.0::ISensorManager/default 0/4 778 249
FM Y android.frameworks.stats@1.0::IStats/default 0/4 778 249
DM,FC Y android.hardware.audio.effect@6.0::IEffectsFactory/default 0/4 358 379 249
DM,FC Y android.hardware.audio@6.0::IDevicesFactory/default 0/4 358 379 249
DM,FC Y android.hardware.bluetooth.audio@2.0::IBluetoothAudioProvidersFactory/default 0/4 358 249
@Gabboxl
Gabboxl / markdown-resize.md
Created February 21, 2021 14:00
Resize images with Markdown on Github

![alt text](images/str2logic.png){:height="205px" width="936px"}

<?php
echo file_get_contents('http://tinyurl.com/api-create.php?url='.'http://www.example.com/');
/* For example
http://tinyurl.com/api-create.php?url=http://www.fullondesign.co.uk/
Would return:
http://tinyurl.com/d4px9f
*/
?>