Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fatangare committed Apr 22, 2016
1 parent e4a1937 commit aadf092
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ Moreever, if correct tags are used, it can also be useful for performance measur

#### How to plug LogcatViewer in your application?
1. Copy logcatviewer and standout folders to your project.
2. Add following code to launch LogcatViewer floating view. - To launch logcatviewer floating view.
2. Add following code to launch LogcatViewer floating view. - To launch logcatviewer floating view.
`LogcatViewer.showLogcatLoggerView(this);`
3. Add following services to AndroidManifest.xml. - To register services
3. Add following services to AndroidManifest.xml. - To register services
`<service android:name="com.fatangare.logcatviewer.service.LogcatViewerService"
android:label="LogcatLoggerService"></service>
<service android:name="com.fatangare.logcatviewer.service.LogcatViewerFloatingView"
android:label="LogcatLoggerFloatingView" > </service>`
4. Add following code to your project's build.gradle - To add library to build process
4. Add following code to your project's build.gradle - To add library to build process
`compile project(':logcatviewer');`
5. Add following code to your project's settings.gradle - To make logcatviewer and standout as modules in your project.
5. Add following code to your project's settings.gradle - To make logcatviewer and standout as modules in your project.
`include ':logcatviewer', ':standOut'`

*That's all!*
Expand Down

0 comments on commit aadf092

Please sign in to comment.