stderr property

String stderr
final

Everything adb and screenrecord wrote to stderr during the session.

This is where device side failures show up, e.g. ERROR: unable to start codec (err=-12) when no AVC encoder could be acquired, which on some devices happens when another app (or a leftover screenrecord) is holding it.

Implementation

final String stderr;