Skip to content

Commit 6ebf1c2

Browse files
Log architecture
1 parent eae17e5 commit 6ebf1c2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

launcher/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,12 @@ int main(void) {
198198
Log("Exiting");
199199

200200
#ifdef ARCH_ARMHF
201+
Log("Using armhf graceful exit strategy!");
201202
char* value;
202203
LipcGetStringProperty(lipc, "com.lab126.appmgrd", "popAppHistory", &value);
203204
LipcFreeString(value);
204205
#else
206+
Log("Using armel graceful exit strategy!");
205207
LipcSetStringProperty(lipc, "com.lab126.appmgrd", "start", "app://com.lab126.booklet.home");
206208
#endif
207209
}

0 commit comments

Comments
 (0)