Added LogManagerControl activity to view and control the status of the LogManager

This commit is contained in:
Graham Jones
2022-01-05 18:03:46 +00:00
parent 93c0fc91cc
commit 8a2bbd1cfb
8 changed files with 321 additions and 14 deletions

View File

@@ -294,4 +294,8 @@
<string name="title_activity_authenticate">AuthenticateActivity</string>
<string name="logout">Log Out</string>
<string name="logged_in_with_token">Logged in with Token:</string>
<string name="local_database">Local Database</string>
<string name="remote_database">Remote Database</string>
<string name="num_local_events">Number of Stored Events: </string>
<string name="num_local_datapoints">"Number of Stored Datapoints: "</string>
</resources>