1#!/bin/bash 2adb shell chmod 755 /data/local/tmp/32/vts_shell_driver32 3adb shell chmod 755 /data/local/tmp/64/vts_shell_driver64 4adb shell killall fuzzer32 > /dev/null 2&>1 5adb shell killall fuzzer64 > /dev/null 2&>1 6adb shell killall vts_shell_driver32 > /dev/null 2&>1 7adb shell killall vts_shell_driver64 > /dev/null 2&>1 8adb shell rm -f /data/local/tmp/vts_driver_* 9adb shell rm -f /data/local/tmp/vts_agent_callback* 10adb shell LD_LIBRARY_PATH=/data/local/tmp/64 /data/local/tmp/64/vts_hal_agent64 /data/local/tmp/32/fuzzer32 /data/local/tmp/64/fuzzer64 /data/local/tmp/spec /data/local/tmp/32/vts_shell_driver32 /data/local/tmp/64/vts_shell_driver64 11# to run using nohup 12# adb shell LD_LIBRARY_PATH=/data/local/tmp nohup /data/local/tmp/vts_hal_agent 13# /data/local/tmp/fuzzer32 /data/local/tmp/fuzzer64 /data/local/tmp/spec 14# ASAN_OPTIONS=coverage=1 for ASAN 15