| Chunk |
|---|
| Conflicting content |
|---|
" teardown");
}
if (!teardown(otherNet)) {
<<<<<<< HEAD
loge("Network declined teardown request");
=======
Slog.e(TAG, "Network declined teardown request");
teardown(thisNet);
>>>>>>> ab2194aadeb35a1f2eae6c4d3abd476b33f167f4
return;
}
} |
| Solution content |
|---|
" teardown");
}
if (!teardown(otherNet)) {
loge("Network declined teardown request");
teardown(thisNet);
return;
}
} |
| File |
|---|
| ConnectivityService.java |
| Developer's decision |
|---|
| Combination |
| Kind of conflict |
|---|
| Method invocation |