#!/bin/bash
while :
do
	adb logcat -v color ol:V threaded_app:V ol-ovr:V ol-egl:V gl2es:V *:F
	sleep 1
done
