Skip to content

Commit

Permalink
Fix: error saat ci cd proses
Browse files Browse the repository at this point in the history
  • Loading branch information
aspsptyd committed Oct 23, 2024
1 parent d8c4b4e commit 2a3cc35
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ protected void onCreate(Bundle savedInstanceState) {
return insets;
});
try {
super.onCreate(savedInstanceState);
// Proses jika ingin ditambahkan
logger.logToFile("Ini adalah percobaan untuk log ke dalam file .txt, bisa di custome berdasarkan kebutuhan");
} catch (Exception error) {
// Untuk catch data log ke file
logger.logToFile(String.valueOf(error));
logger.logToFile("Fahmi ganteng");
}
}
}

0 comments on commit 2a3cc35

Please sign in to comment.