How to find out about the fault of the code developer in the Android studio

I am working on a project that few developers share, how to find out about the guilt of a developer in an android studio? any shortcuts or any idea? which will help us find out about the fault of the code.

+5
source share
1 answer

Use Android Studio annotation feature

1. Right-click on the line number line

enter image description here :

2.Select Annotate

enter image description here

+20
source

Source: https://habr.com/ru/post/1266256/


All Articles