#!/system/bin/sh

busybox="/data/data/com.paget96.lsandroid/files/binary/busybox"
log="/data/data/com.paget96.lsandroid/files/log/mainLog"
date="[$($busybox date +"%H:%M:%S %d-%m-%Y")]"

$busybox echo "$date Changing app rendering to skiagl..." >>$log

setprop debug.hwui.renderer skiagl

$busybox echo "$date Rendering chaned to skiagl" >>$log
