Future<String> getTracingDataDir() async { var dir = await getApplicationSupportDirectory(); return dir.path; }