forked from qt-creator/qt-creator
Application output from logcat might not work if an app crashes at the start, so with this patch we avoid that by making logcat process fetch logs faster by not getting the full logs but only the logs starting from the moment we start the app (using -T arg). This can be very annoying bug, because when starting the app from QC it usually only prints "app_package_name died." which forces the user to go into the logcat manually and search for an error from thousands of lines. Change-Id: Ic5ac0389cb28e7c80586490877a697272f3648af Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
4.3 KiB
4.3 KiB