This file is indexed.

/usr/share/gluegen2/make/scripts/adb-logcat.sh is in libgluegen2-build-java 2.3.2-5.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
sdir=`dirname $0`

adb $* logcat -c
adb $* logcat 2>&1 | tee adb-logcat.log