Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
supplier
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王宇航
supplier
Commits
5699dacf
Commit
5699dacf
authored
Apr 23, 2021
by
宁斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、刪除部分打印日誌
parent
a9760c35
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
component-print/src/main/java/com/joe/print/mvp/ui/activity/PrintActivity.java
+0
-1
component-print/src/main/java/com/joe/print/mvp/ui/activity/PrinterAddActivity.java
+0
-1
No files found.
component-print/src/main/java/com/joe/print/mvp/ui/activity/PrintActivity.java
View file @
5699dacf
...
@@ -307,7 +307,6 @@ public class PrintActivity extends BaseActivity<PrintPresenter> implements Print
...
@@ -307,7 +307,6 @@ public class PrintActivity extends BaseActivity<PrintPresenter> implements Print
printByDevice
(
defaultPrint
);
printByDevice
(
defaultPrint
);
}
}
LoganManager
.
w_code
(
TAG
,
"initPrintConfig defaultPrint-->"
+
defaultPrint
.
toString
());
LoganManager
.
w_code
(
TAG
,
"initPrintConfig end"
);
LoganManager
.
w_code
(
TAG
,
"initPrintConfig end"
);
}
}
...
...
component-print/src/main/java/com/joe/print/mvp/ui/activity/PrinterAddActivity.java
View file @
5699dacf
...
@@ -653,7 +653,6 @@ public class PrinterAddActivity extends BaseActivity<PrinterAddPresenter> implem
...
@@ -653,7 +653,6 @@ public class PrinterAddActivity extends BaseActivity<PrinterAddPresenter> implem
}
else
if
(
v
.
getId
()
==
R
.
id
.
print_test
)
{
}
else
if
(
v
.
getId
()
==
R
.
id
.
print_test
)
{
//打印測試
//打印測試
LoganManager
.
w_code
(
TAG
,
"打印測試 start"
);
LoganManager
.
w_code
(
TAG
,
"打印測試 start"
);
LoganManager
.
w_code
(
TAG
,
"打印測試 printerDeviceBean->"
+
printerDeviceBean
.
toString
());
CC
.
obtainBuilder
(
ComponentName
.
COMPONENT_PRINT
)
CC
.
obtainBuilder
(
ComponentName
.
COMPONENT_PRINT
)
.
addParam
(
PrintConstans
.
PRINT_TYPE
,
PrintConstans
.
PRINT_TEST
)
.
addParam
(
PrintConstans
.
PRINT_TYPE
,
PrintConstans
.
PRINT_TEST
)
.
addParam
(
"deviceBean"
,
printerDeviceBean
)
.
addParam
(
"deviceBean"
,
printerDeviceBean
)
...
...
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