Skip to content

Commit 521329f

Browse files
committed
enabled write to log file for beta builds.
1 parent 2f1450b commit 521329f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ServiceApp/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,14 @@ android {
132132
beta {
133133
signingConfig signingConfigs.release
134134
versionNameSuffix generateVersionNameSuffix(versionBuild, "beta")
135+
buildConfigField "boolean", "WRITE_LOG_FILE", "true"
136+
debuggable true
135137
}
136138

137139
sitl {
138140
signingConfig signingConfigs.debug
139141
buildConfigField "boolean", "SITL_DEBUG", "true"
142+
buildConfigField "boolean", "WRITE_LOG_FILE", "true"
140143
debuggable true
141144
}
142145

0 commit comments

Comments
 (0)