Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
StatInfo_1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenyuling
StatInfo_1
Commits
5a9a0890
Commit
5a9a0890
authored
Aug 30, 2023
by
chenyuling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
"减少log"
parent
e1e4bbb3
Pipeline
#1446
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
MainActivity.java
...rc/main/java/com/srthinker/statinfo/uis/MainActivity.java
+0
-4
No files found.
app/src/main/java/com/srthinker/statinfo/uis/MainActivity.java
View file @
5a9a0890
...
@@ -527,10 +527,6 @@ public class MainActivity extends BaseActivity implements OnTimeUpdateListener,
...
@@ -527,10 +527,6 @@ public class MainActivity extends BaseActivity implements OnTimeUpdateListener,
@Override
@Override
public
void
getTotalPerson
(
List
<
PersonEntity
>
personEntities
,
int
type
)
{
public
void
getTotalPerson
(
List
<
PersonEntity
>
personEntities
,
int
type
)
{
/*Log.i(TAG, "getTotalPerson: size="+personEntities.size());
for (PersonEntity personEntity : personEntities) {
Log.i(TAG, "getTotalPerson: personName="+personEntity.getPerson_name());
}*/
Log
.
i
(
TAG
,
"getTotalPerson: 已获取总数:personEntities.size="
+
personEntities
.
size
());
Log
.
i
(
TAG
,
"getTotalPerson: 已获取总数:personEntities.size="
+
personEntities
.
size
());
PersonMgr
.
getInstance
().
updatePersonThread
(
personEntities
,
()
->
{
PersonMgr
.
getInstance
().
updatePersonThread
(
personEntities
,
()
->
{
runOnUiThread
(()->{
runOnUiThread
(()->{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment